| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
IdpResponse |
OrganizationsApi.uploadIdPForOrg(String publicId,
File idpFile)
Upload IdP metadata.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IdpResponse> |
OrganizationsApi.uploadIdPForOrgAsync(String publicId,
File idpFile)
Upload IdP metadata.
|
ApiResponse<IdpResponse> |
OrganizationsApi.uploadIdPForOrgWithHttpInfo(String publicId,
File idpFile)
There are a couple of options for updating the Identity Provider (IdP) metadata from your SAML
IdP.
|
CompletableFuture<ApiResponse<IdpResponse>> |
OrganizationsApi.uploadIdPForOrgWithHttpInfoAsync(String publicId,
File idpFile)
Upload IdP metadata.
|
| Modifier and Type | Method and Description |
|---|---|
IdpResponse |
IdpResponse.message(String message) |
IdpResponse |
IdpResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.