UploadSamlSettings

The SAML settings file.

JSON representation
{
  "type": enum (SamlSettingsFileType),
  "name": string,
  "contentBase64": string
}
Fields
type

enum (SamlSettingsFileType)

Optional. The type of the saml settings file.

name

string

Optional. The name of the saml settings file.

contentBase64

string

Optional. The content of the saml settings file in base64.

SamlSettingsFileType

The type of the saml settings file.

Enums
METADATA Metadata file type.
PUBLIC_CERTIFICATE Certificate file type.