Class UpdateIdentityProviderSettingsRequest

    • Method Detail

      • identityProvider

        public final IdentityProvider identityProvider()
        Returns the value of the IdentityProvider property for this object.
        Returns:
        The value of the IdentityProvider property for this object.
      • identityProviderArn

        public final String identityProviderArn()

        The Amazon Resource Name (ARN) of the identity provider to update.

        Returns:
        The Amazon Resource Name (ARN) of the identity provider to update.
      • product

        public final String product()

        The name of the user-based subscription product.

        Valid values: VISUAL_STUDIO_ENTERPRISE | VISUAL_STUDIO_PROFESSIONAL | OFFICE_PROFESSIONAL_PLUS

        Returns:
        The name of the user-based subscription product.

        Valid values: VISUAL_STUDIO_ENTERPRISE | VISUAL_STUDIO_PROFESSIONAL | OFFICE_PROFESSIONAL_PLUS

      • updateSettings

        public final UpdateSettings updateSettings()

        Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:

        • Subnets which you want to add to provision VPC endpoints.

        • Subnets which you want to remove the VPC endpoints from.

        • Security group ID which permits traffic to the VPC endpoints.

        Returns:
        Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:

        • Subnets which you want to add to provision VPC endpoints.

        • Subnets which you want to remove the VPC endpoints from.

        • Security group ID which permits traffic to the VPC endpoints.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object