Class ModifyVerifiedAccessTrustProviderRequest

    • Method Detail

      • verifiedAccessTrustProviderId

        public final String verifiedAccessTrustProviderId()

        The ID of the Verified Access trust provider.

        Returns:
        The ID of the Verified Access trust provider.
      • oidcOptions

        public final ModifyVerifiedAccessTrustProviderOidcOptions oidcOptions()

        The options for an OpenID Connect-compatible user-identity trust provider.

        Returns:
        The options for an OpenID Connect-compatible user-identity trust provider.
      • deviceOptions

        public final ModifyVerifiedAccessTrustProviderDeviceOptions deviceOptions()

        The options for a device-based trust provider. This parameter is required when the provider type is device.

        Returns:
        The options for a device-based trust provider. This parameter is required when the provider type is device.
      • description

        public final String description()

        A description for the Verified Access trust provider.

        Returns:
        A description for the Verified Access trust provider.
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • clientToken

        public final String clientToken()

        A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

        Returns:
        A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
      • 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