parse

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppRoleId

type AppRoleId struct {
	ObjectId string
	RoleId   string
}

func AppRoleID

func AppRoleID(idString string) (*AppRoleId, error)

func NewAppRoleID

func NewAppRoleID(objectId, roleId string) AppRoleId

func (AppRoleId) String

func (id AppRoleId) String() string

type CredentialId

type CredentialId struct {
	ObjectId string
	KeyType  string
	KeyId    string
}

func CertificateID

func CertificateID(idString string) (*CredentialId, error)

func NewCredentialID

func NewCredentialID(objectId, keyType, keyId string) CredentialId

func OldPasswordID

func OldPasswordID(id string) (*CredentialId, error)

func PasswordID

func PasswordID(idString string) (*CredentialId, error)

func (CredentialId) String

func (id CredentialId) String() string

type OAuth2PermissionScopeId added in v1.5.0

type OAuth2PermissionScopeId struct {
	ObjectId string
	ScopeId  string
}

func NewOAuth2PermissionScopeID added in v1.5.0

func NewOAuth2PermissionScopeID(objectId, permissionId string) OAuth2PermissionScopeId

func OAuth2PermissionScopeID added in v1.5.0

func OAuth2PermissionScopeID(idString string) (*OAuth2PermissionScopeId, error)

func (OAuth2PermissionScopeId) String added in v1.5.0

func (id OAuth2PermissionScopeId) String() string

type ObjectSubResourceId

type ObjectSubResourceId struct {
	Type string
	// contains filtered or unexported fields
}

func NewObjectSubResourceID

func NewObjectSubResourceID(objectId, typeId, subId string) ObjectSubResourceId

func ObjectSubResourceID

func ObjectSubResourceID(idString, expectedType string) (*ObjectSubResourceId, error)

func (ObjectSubResourceId) String

func (id ObjectSubResourceId) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL