public final class UserDelegationKey extends Object
Constructor and Description |
---|
UserDelegationKey() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getSignedExpiry()
Get the signedExpiry property: The date-time the key expires.
|
String |
getSignedObjectId()
Get the signedObjectId property: The Azure Active Directory object ID in
GUID format.
|
String |
getSignedService()
Get the signedService property: Abbreviation of the Azure Storage
service that accepts the key.
|
OffsetDateTime |
getSignedStart()
Get the signedStart property: The date-time the key is active.
|
String |
getSignedTenantId()
Get the signedTenantId property: The Azure Active Directory tenant ID in
GUID format.
|
String |
getSignedVersion()
Get the signedVersion property: The service version that created the
key.
|
String |
getValue()
Get the value property: The key as a base64 string.
|
UserDelegationKey |
setSignedExpiry(OffsetDateTime signedExpiry)
Set the signedExpiry property: The date-time the key expires.
|
UserDelegationKey |
setSignedObjectId(String signedObjectId)
Set the signedObjectId property: The Azure Active Directory object ID in
GUID format.
|
UserDelegationKey |
setSignedService(String signedService)
Set the signedService property: Abbreviation of the Azure Storage
service that accepts the key.
|
UserDelegationKey |
setSignedStart(OffsetDateTime signedStart)
Set the signedStart property: The date-time the key is active.
|
UserDelegationKey |
setSignedTenantId(String signedTenantId)
Set the signedTenantId property: The Azure Active Directory tenant ID in
GUID format.
|
UserDelegationKey |
setSignedVersion(String signedVersion)
Set the signedVersion property: The service version that created the
key.
|
UserDelegationKey |
setValue(String value)
Set the value property: The key as a base64 string.
|
public String getSignedObjectId()
public UserDelegationKey setSignedObjectId(String signedObjectId)
signedObjectId
- the signedObjectId value to set.public String getSignedTenantId()
public UserDelegationKey setSignedTenantId(String signedTenantId)
signedTenantId
- the signedTenantId value to set.public OffsetDateTime getSignedStart()
public UserDelegationKey setSignedStart(OffsetDateTime signedStart)
signedStart
- the signedStart value to set.public OffsetDateTime getSignedExpiry()
public UserDelegationKey setSignedExpiry(OffsetDateTime signedExpiry)
signedExpiry
- the signedExpiry value to set.public String getSignedService()
public UserDelegationKey setSignedService(String signedService)
signedService
- the signedService value to set.public String getSignedVersion()
public UserDelegationKey setSignedVersion(String signedVersion)
signedVersion
- the signedVersion value to set.public String getValue()
public UserDelegationKey setValue(String value)
value
- the value value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.