securityToolAwsServerlessFunctionAdministratorFinding resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
View AWS serverless functions that can administer security tools.
Inherits from awsSecurityToolAdministrationFinding.
Methods
Method | Return type | Description |
---|---|---|
List | securityToolAwsServerlessFunctionAdministratorFinding collection | Get a list of the securityToolAwsServerlessFunctionAdministratorFinding objects and their properties. |
Get | securityToolAwsServerlessFunctionAdministratorFinding | Read the properties and relationships of a securityToolAwsServerlessFunctionAdministratorFinding object. |
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Defines when the finding was created. Inherited from finding. |
id | String | Unique identifier for the finding. Inherited from entity. |
securityTools | awsSecurityToolWebServices | AWS security tools which can be administered by the user, role, resource or serverless function. Inherited from awsSecurityToolAdministrationFinding.The possible values are: macie , wafShield , cloudTrail , inspector , securityHub , detective , guardDuty , unknownFutureValue . |
Relationships
Relationship | Type | Description |
---|---|---|
identity | authorizationSystemIdentity | Represents an identity in an authorization system. Inherited from microsoft.graph.awsSecurityToolAdministrationFinding |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.securityToolAwsServerlessFunctionAdministratorFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"securityTools": "String",
"permissionsCreepIndex": {
"@odata.type": "microsoft.graph.permissionsCreepIndex"
},
"lastActiveDateTime": "String (timestamp)"
}