Package com.microsoft.graph.models
Class AgentIdentityBlueprint
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.Application
com.microsoft.graph.models.AgentIdentityBlueprint
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class AgentIdentityBlueprint
extends Application
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentIdentityBlueprintcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueThe deserialization information for the current modelGets the inheritablePermissions property value.Gets the sponsors property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the inheritablePermissions property value.voidsetSponsors(List<DirectoryObject> value) Sets the sponsors property value.Methods inherited from class com.microsoft.graph.models.Application
getAddIns, getApi, getAppId, getApplicationTemplateId, getAppManagementPolicies, getAppRoles, getAuthenticationBehaviors, getCertification, getCreatedByAppId, getCreatedDateTime, getCreatedOnBehalfOf, getDefaultRedirectUri, getDescription, getDisabledByMicrosoftStatus, getDisplayName, getExtensionProperties, getFederatedIdentityCredentials, getGroupMembershipClaims, getHomeRealmDiscoveryPolicies, getIdentifierUris, getInfo, getIsDeviceOnlyAuthSupported, getIsDisabled, getIsFallbackPublicClient, getKeyCredentials, getLogo, getManagerApplications, getNativeAuthenticationApisEnabled, getNotes, getOauth2RequirePostResponse, getOptionalClaims, getOwners, getParentalControlSettings, getPasswordCredentials, getPublicClient, getPublisherDomain, getRequestSignatureVerification, getRequiredResourceAccess, getSamlMetadataUrl, getServiceManagementReference, getServicePrincipalLockConfiguration, getSignInAudience, getSpa, getSynchronization, getTags, getTokenEncryptionKeyId, getTokenIssuancePolicies, getTokenLifetimePolicies, getUniqueName, getVerifiedPublisher, getWeb, setAddIns, setApi, setAppId, setApplicationTemplateId, setAppManagementPolicies, setAppRoles, setAuthenticationBehaviors, setCertification, setCreatedByAppId, setCreatedDateTime, setCreatedOnBehalfOf, setDefaultRedirectUri, setDescription, setDisabledByMicrosoftStatus, setDisplayName, setExtensionProperties, setFederatedIdentityCredentials, setGroupMembershipClaims, setHomeRealmDiscoveryPolicies, setIdentifierUris, setInfo, setIsDeviceOnlyAuthSupported, setIsDisabled, setIsFallbackPublicClient, setKeyCredentials, setLogo, setManagerApplications, setNativeAuthenticationApisEnabled, setNotes, setOauth2RequirePostResponse, setOptionalClaims, setOwners, setParentalControlSettings, setPasswordCredentials, setPublicClient, setPublisherDomain, setRequestSignatureVerification, setRequiredResourceAccess, setSamlMetadataUrl, setServiceManagementReference, setServicePrincipalLockConfiguration, setSignInAudience, setSpa, setSynchronization, setTags, setTokenEncryptionKeyId, setTokenIssuancePolicies, setTokenLifetimePolicies, setUniqueName, setVerifiedPublisher, setWebMethods inherited from class com.microsoft.graph.models.DirectoryObject
getDeletedDateTime, setDeletedDateTimeMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
AgentIdentityBlueprint
public AgentIdentityBlueprint()Instantiates a newAgentIdentityBlueprintand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static AgentIdentityBlueprint createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
AgentIdentityBlueprint
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classApplication- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getInheritablePermissions
Gets the inheritablePermissions property value. Defines scopes of a resource application that may be automatically granted to agent identities without additional consent.- Returns:
- a
List<InheritablePermission>
-
getSponsors
Gets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation.- Returns:
- a
List<DirectoryObject>
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classApplication- Parameters:
writer- Serialization writer to use to serialize this model
-
setInheritablePermissions
Sets the inheritablePermissions property value. Defines scopes of a resource application that may be automatically granted to agent identities without additional consent.- Parameters:
value- Value to set for the inheritablePermissions property.
-
setSponsors
Sets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation.- Parameters:
value- Value to set for the sponsors property.
-