Class SasTokenEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.SasTokenEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SasTokenEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSasTokenEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringallowedIpAddressesprotected List<String>allowedResourceTypesprotected StringallowedResourceTypesNextLinkprotected List<String>allowedServicesprotected StringallowedServicesNextLinkprotected OffsetDateTimeexpiryDateTimeprotected List<String>permissionsprotected StringpermissionsNextLinkprotected Stringprotocolprotected StringsignatureHashprotected StringsignedWithprotected OffsetDateTimestartDateTimeprotected AzureResourceEvidencestorageResource-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSasTokenEvidence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SasTokenEvidence.BuilderbuilderSasTokenEvidence()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getAllowedIpAddresses()com.github.davidmoten.odata.client.CollectionPage<String>getAllowedResourceTypes()com.github.davidmoten.odata.client.CollectionPage<String>getAllowedResourceTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getAllowedServices()com.github.davidmoten.odata.client.CollectionPage<String>getAllowedServices(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<OffsetDateTime>getExpiryDateTime()com.github.davidmoten.odata.client.CollectionPage<String>getPermissions()com.github.davidmoten.odata.client.CollectionPage<String>getPermissions(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getProtocol()Optional<String>getSignatureHash()Optional<String>getSignedWith()Optional<OffsetDateTime>getStartDateTime()Optional<AzureResourceEvidence>getStorageResource()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SasTokenEvidencewithAllowedIpAddresses(String allowedIpAddresses)SasTokenEvidencewithExpiryDateTime(OffsetDateTime expiryDateTime)SasTokenEvidencewithProtocol(String protocol)SasTokenEvidencewithSignatureHash(String signatureHash)SasTokenEvidencewithSignedWith(String signedWith)SasTokenEvidencewithStartDateTime(OffsetDateTime startDateTime)SasTokenEvidencewithStorageResource(AzureResourceEvidence storageResource)SasTokenEvidencewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
allowedIpAddresses
protected String allowedIpAddresses
-
allowedResourceTypesNextLink
protected String allowedResourceTypesNextLink
-
allowedServicesNextLink
protected String allowedServicesNextLink
-
expiryDateTime
protected OffsetDateTime expiryDateTime
-
permissionsNextLink
protected String permissionsNextLink
-
protocol
protected String protocol
-
signatureHash
protected String signatureHash
-
signedWith
protected String signedWith
-
startDateTime
protected OffsetDateTime startDateTime
-
storageResource
protected AzureResourceEvidence storageResource
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
withAllowedIpAddresses
public SasTokenEvidence withAllowedIpAddresses(String allowedIpAddresses)
-
getAllowedResourceTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedResourceTypes()
-
getAllowedResourceTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedResourceTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAllowedServices
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedServices()
-
getAllowedServices
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedServices(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getExpiryDateTime
public Optional<OffsetDateTime> getExpiryDateTime()
-
withExpiryDateTime
public SasTokenEvidence withExpiryDateTime(OffsetDateTime expiryDateTime)
-
getPermissions
public com.github.davidmoten.odata.client.CollectionPage<String> getPermissions()
-
getPermissions
public com.github.davidmoten.odata.client.CollectionPage<String> getPermissions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withProtocol
public SasTokenEvidence withProtocol(String protocol)
-
withSignatureHash
public SasTokenEvidence withSignatureHash(String signatureHash)
-
withSignedWith
public SasTokenEvidence withSignedWith(String signedWith)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public SasTokenEvidence withStartDateTime(OffsetDateTime startDateTime)
-
getStorageResource
public Optional<AzureResourceEvidence> getStorageResource()
-
withStorageResource
public SasTokenEvidence withStorageResource(AzureResourceEvidence storageResource)
-
withUnmappedField
public SasTokenEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderSasTokenEvidence
public static SasTokenEvidence.Builder builderSasTokenEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-