Class SecurityObject

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

    public class SecurityObject
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for names and roles to map to a database permission.
    • Method Detail

      • names

        public List<String> names()
        Gets the names. List of usernames.
        Returns:
        the names
      • roles

        public List<String> roles()
        Gets the roles. List of roles.
        Returns:
        the roles