Class CreateResourceKeyOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateResourceKeyOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createResourceKey options.
    • Method Detail

      • name

        public java.lang.String name()
        Gets the name. The name of the key.
        Returns:
        the name
      • source

        public java.lang.String source()
        Gets the source. The ID of resource instance or alias.
        Returns:
        the source
      • parameters

        public ResourceKeyPostParameters parameters()
        Gets the parameters. Configuration options represented as key-value pairs. Service defined options are passed through to the target resource brokers, whereas platform defined options are not.
        Returns:
        the parameters
      • role

        public java.lang.String role()
        Gets the role. The base IAM service role name (Reader, Writer, or Manager), or the service or custom role CRN. Refer to service’s documentation for supported roles.
        Returns:
        the role