Documentation
¶
Overview ¶
Package identity -- generated by scloudgen !! DO NOT EDIT !!
Index ¶
- func AddGroupMember(cmd *cobra.Command, args []string) error
- func AddGroupRole(cmd *cobra.Command, args []string) error
- func AddMember(cmd *cobra.Command, args []string) error
- func AddPrincipalPublicKey(cmd *cobra.Command, args []string) error
- func AddRolePermission(cmd *cobra.Command, args []string) error
- func CreateGroup(cmd *cobra.Command, args []string) error
- func CreatePrincipal(cmd *cobra.Command, args []string) error
- func CreateRole(cmd *cobra.Command, args []string) error
- func DeleteGroup(cmd *cobra.Command, args []string) error
- func DeletePrincipalPublicKey(cmd *cobra.Command, args []string) error
- func DeleteRole(cmd *cobra.Command, args []string) error
- func GetGroup(cmd *cobra.Command, args []string) error
- func GetGroupMember(cmd *cobra.Command, args []string) error
- func GetGroupRole(cmd *cobra.Command, args []string) error
- func GetMember(cmd *cobra.Command, args []string) error
- func GetPrincipal(cmd *cobra.Command, args []string) error
- func GetPrincipalPublicKey(cmd *cobra.Command, args []string) error
- func GetPrincipalPublicKeys(cmd *cobra.Command, args []string) error
- func GetRole(cmd *cobra.Command, args []string) error
- func GetRolePermission(cmd *cobra.Command, args []string) error
- func ListGroupMembers(cmd *cobra.Command, args []string) error
- func ListGroupRoles(cmd *cobra.Command, args []string) error
- func ListGroups(cmd *cobra.Command, args []string) error
- func ListMemberGroups(cmd *cobra.Command, args []string) error
- func ListMemberPermissions(cmd *cobra.Command, args []string) error
- func ListMemberRoles(cmd *cobra.Command, args []string) error
- func ListMembers(cmd *cobra.Command, args []string) error
- func ListPrincipals(cmd *cobra.Command, args []string) error
- func ListRoleGroups(cmd *cobra.Command, args []string) error
- func ListRolePermissions(cmd *cobra.Command, args []string) error
- func ListRoles(cmd *cobra.Command, args []string) error
- func RemoveGroupMember(cmd *cobra.Command, args []string) error
- func RemoveGroupRole(cmd *cobra.Command, args []string) error
- func RemoveMember(cmd *cobra.Command, args []string) error
- func RemoveRolePermission(cmd *cobra.Command, args []string) error
- func RevokePrincipalAuthTokens(cmd *cobra.Command, args []string) error
- func UpdatePrincipalPublicKey(cmd *cobra.Command, args []string) error
- func ValidateToken(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGroupMember ¶
AddGroupMember Adds a member to a given group.
func AddGroupRole ¶
AddGroupRole Adds a role to a given group.
func AddPrincipalPublicKey ¶ added in v1.8.0
AddPrincipalPublicKey Add service principal public key
func AddRolePermission ¶
AddRolePermission Adds permissions to a role in a given tenant.
func CreateGroup ¶
CreateGroup Creates a new group in a given tenant.
func CreatePrincipal ¶ added in v1.11.0
CreatePrincipal Create a new principal
func CreateRole ¶
CreateRole Creates a new authorization role in a given tenant.
func DeleteGroup ¶
DeleteGroup Deletes a group in a given tenant.
func DeletePrincipalPublicKey ¶ added in v1.8.0
DeletePrincipalPublicKey Deletes principal public key
func DeleteRole ¶
DeleteRole Deletes a defined role for a given tenant.
func GetGroupMember ¶
GetGroupMember Returns information about a given member within a given group.
func GetGroupRole ¶
GetGroupRole Returns information about a given role within a given group.
func GetPrincipalPublicKey ¶ added in v1.8.0
GetPrincipalPublicKey Returns principal public key
func GetPrincipalPublicKeys ¶ added in v1.8.0
GetPrincipalPublicKeys Returns principal public keys
func GetRolePermission ¶
GetRolePermission Gets a permission for the specified role.
func ListGroupMembers ¶
ListGroupMembers Returns a list of the members within a given group.
func ListGroupRoles ¶
ListGroupRoles Returns a list of the roles that are attached to a group within a given tenant.
func ListGroups ¶
ListGroups List the groups that exist in a given tenant.
func ListMemberGroups ¶
ListMemberGroups Returns a list of groups that a member belongs to within a tenant.
func ListMembers ¶
ListMembers Returns a list of members in a given tenant.
func ListRoleGroups ¶
ListRoleGroups Gets a list of groups for a role in a given tenant.
func ListRolePermissions ¶
ListRolePermissions Gets the permissions for a role in a given tenant.
func RemoveGroupMember ¶
RemoveGroupMember Removes the member from a given group.
func RemoveGroupRole ¶
RemoveGroupRole Removes a role from a given group.
func RemoveMember ¶
RemoveMember Removes a member from a given tenant
func RemoveRolePermission ¶
RemoveRolePermission Removes a permission from the role.
func UpdatePrincipalPublicKey ¶ added in v1.8.0
UpdatePrincipalPublicKey Update principal public key
Types ¶
This section is empty.