| 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) |
Copyright © 2023. All rights reserved.