Identity and Access Management (IAM) v1 API - Class QueryAuditableServicesResponse.Types.AuditableService (2.4.0)

public sealed class QueryAuditableServicesResponse.Types.AuditableService : IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, IBufferMessage, IMessage

Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class QueryAuditableServicesResponse.Types.AuditableService.

Contains information about an auditable service.

Inheritance

object > QueryAuditableServicesResponse.Types.AuditableService

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

AuditableService()

public AuditableService()

AuditableService(AuditableService)

public AuditableService(QueryAuditableServicesResponse.Types.AuditableService other)
Parameter
Name Description
other QueryAuditableServicesResponseTypesAuditableService

Properties

Name

public string Name { get; set; }

Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.

Property Value
Type Description
string