Represents any user who is authenticated
Example |
// allow authenticated user to create object in user scope bucket. KiiUser.CurrentUser.bucket("inbox").Acl(BucketAction.CREATE_OBJECTS_IN_BUCKET) .Subject(KiiAnyAuthenticatedUser.Get()).Save(ACLOperation.GRANT); |
See Also: Inherited members from object.
static
|
Get
()Get any authenticated user instance |
Get any authenticated user instanceSyntax
public static KiiAnyAuthenticatedUser Get ()Returns
KiiUser instance.Remarks
This instance is used for setting ACL.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the subject string.Syntax
public string Subject { get; }Value
The subject string.Remarks
Developer don't need to use this property in their apps.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0